net/http.http2randomWriteScheduler.sq (field)
8 uses
net/http (current package)
h2_bundle.go#L12054: return &http2randomWriteScheduler{sq: make(map[uint32]*http2writeQueue)}
h2_bundle.go#L12064: sq map[uint32]*http2writeQueue
h2_bundle.go#L12075: q, ok := ws.sq[streamID]
h2_bundle.go#L12079: delete(ws.sq, streamID)
h2_bundle.go#L12093: q, ok := ws.sq[id]
h2_bundle.go#L12096: ws.sq[id] = q
h2_bundle.go#L12107: for streamID, q := range ws.sq {
h2_bundle.go#L12110: delete(ws.sq, streamID)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)